-
Notifications
You must be signed in to change notification settings - Fork 3
Introduce workflow for element-zstack #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Has the example data been approved to be made public and subsequently placed in our public S3 bucket? |
|
I could be mistaken, but the only GitHub Actions files we need are in the |
Co-authored-by: Kabilar Gunalan <kabilar@datajoint.com>
Co-authored-by: Kabilar Gunalan <kabilar@datajoint.com>
Co-authored-by: Kabilar Gunalan <kabilar@datajoint.com>
Co-authored-by: Kabilar Gunalan <kabilar@datajoint.com>
Co-authored-by: Kabilar Gunalan <kabilar@datajoint.com>
I'm following up on this internally now.
This will be updated in the next commit. |
Co-authored-by: Kabilar Gunalan <kabilar@datajoint.com>
Co-authored-by: Kabilar Gunalan <kabilar@datajoint.com>
This reverts commit 74330f9.
Co-authored-by: Kabilar Gunalan <kabilar@datajoint.com>
Co-authored-by: Kabilar Gunalan <kabilar@datajoint.com>
| model_type="nuclei", | ||
| channels=[[0, 0]], | ||
| z_axis=0, | ||
| skip_duplicates=True, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| skip_duplicates=True, |
| to ensure you have `resource-manager` permissions for your account. | ||
| 2. Follow the instructions below to set up the | ||
| [intern](https://github.com/jhuapl-boss/intern) REST API locally. | ||
| + Create a new folder `.intern` in your root directory. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| + Create a new folder `.intern` in your root directory. | |
| + Create a new folder `.intern` in your user directory. |
| model_type="nuclei", | ||
| channels=[[0, 0]], | ||
| z_axis=0, | ||
| skip_duplicates=True, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| skip_duplicates=True, |
| segmentation_method="cellpose", | ||
| paramset_idx=2, | ||
| params=dict( | ||
| diameter=None, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should it be 8 or None?
| diameter=None, | |
| diameter=None, |
|
|
||
| @pytest.fixture(scope="session") | ||
| def volume_segmentation_task(pipeline): | ||
| volume = pipeline["volume"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| volume = pipeline["volume"] | |
| volume = pipeline["volume"] | |
| key = (volume.Volume & "subject='subject1'").fetch1("KEY") |
|
|
||
|
|
||
| @pytest.fixture(scope="session") | ||
| def volume_segmentation_task(pipeline): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| def volume_segmentation_task(pipeline): | |
| def volume_segmentation_param_set(pipeline): |
kabilar
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @kushalbakshi! Great work. Please add my few remaining suggestions in a subsequent pull request.
|
Hi @kushalbakshi, when you have a chance, please add these remaining suggestions in a subsequent pull request. Thank you. |
This PR sets up a workflow for
element-zstackwith the goal of allowing a user to utilize the DataJoint pipeline for processing volumetric data and automatically uploading the results to BossDB.The following list of items has been completed on this PR:
pytest results: